home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / misc-part1 / 6490 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.3 KB

  1. Path: soap.news.pipex.net!pipex!usenet
  2. From: m.hendry@dial.pipex.com (Mathew Hendry)
  3. Newsgroups: comp.sys.amiga.games,comp.sys.amiga.misc,comp.sys.amiga.programmer,comp.sys.amiga.graphics
  4. Subject: Re: How can I make WB use less CHIP mem?
  5. Followup-To: comp.sys.amiga.games,comp.sys.amiga.misc,comp.sys.amiga.programmer,comp.sys.amiga.graphics
  6. Date: Tue, 27 Feb 96 18:58:50
  7. Organization: Private node.
  8. Distribution: world
  9. Message-ID: <19960227.4268E8.1147F@an052.du.pipex.com>
  10. References: <5rbumkev5x.fsf@ritz.mordor.com>
  11. NNTP-Posting-Host: an052.du.pipex.com
  12. X-Newsreader: TIN [AMIGA 1.3 950726BETA PL0]
  13.  
  14. Joseph Thomas (benjamin@ritz.mordor.com) wrote:
  15. : I recently upgraded my '030 A1200 with 16 megs FAST.  I made a
  16. : Toolmanager button for Pinball Illusions on my hard drive.  When I run
  17. : PBI, the game runs all the way up until I want to play a particular
  18. : table, and then the game stops, saying there's not enough free
  19. : memory.  I'm almost sure this is because despite the gobs of fast mem
  20. : I have available, PBI wants a lot of chip mem, which seems half
  21. : depleted (down to 1 meg), by the time my OpusWB comes up.  
  22. : Does anyone know if there's a way to force all my applications to use
  23. : fast mem on my WB?
  24.  
  25. No. Windows and screens must be in Chip RAM if they are to be displayed at all
  26. on the native chipset.
  27.  
  28. :                    I would assume that some things need to steal chip
  29. : mem, but I'm not sure what they'd be.  If it makes a difference, I'm
  30. : running a 256 color Super72 Hi-res desktop.
  31.             ^^^^^^^^^^^^^^^^^^^^^^^^
  32. Oof. No wonder you're running out of Chip RAM. Do you run a Workbench screen
  33. _and_ an OpusWB screen in this resolution?
  34.  
  35. If so, you'll need to
  36. 1: Close WorkBench, e.g. using
  37. CloseWB_v19.lha    util/cdity  25K   9+Closes, locks or reopens WB screen. Clos
  38.  
  39. 2: Close OpusWB as well. I'd guess that this can be done through ARexx.
  40.  
  41. Note that these screens will not close if you've opened other application
  42. windows on them. So you'll have to close those windows first, either through
  43. ARexx or manually.
  44.  
  45. When I have encountered problems like this in the past, I have added a line
  46. to the startup script for the game to close WB for me (I don't own DOpus).
  47. I would close the windows on WB manually before doing this.
  48.  
  49. Of course, another solution would be to reduce the bitplane depth of your
  50. Workbench/DOpusWB screen to a more sensible value ;)
  51.  
  52. -- Mat.
  53.